home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat4
/
repfreq.4
< prev
next >
Wrap
Text File
|
1999-09-16
|
790b
|
67 lines
repfreq(1) Scilab Function repfreq(1)
NAME
repfreq - frequency response
CALLING SEQUENCE
[frq,db,phi] =repfreq(sys,fmin,fmax [,step])
[frq,db,phi] =repfreq(sys,frq)
[ [frq,] repf]=repfreq(sys,fmin,fmax [,step])
[ [frq,] repf]=repfreq(sys,frq)
PARAMETERS
sys : syslin list : SIMO linear system
fmin,fmax : two real numbers (frequency bounds)
frq : vector of frequencies (Hz)
step : logarithmic discretization step
db,phi : vector of gains (db) and phases at frq
repf : vector of the complex frequency response
DESCRIPTION
repfreq returns the frequency response calculation of a linear system
SEE ALSO
bode, freq, calfrq
AUTHOR
S. S.